
Command Line: diskspd.exe -c10G -t2 -d60 -o16 -b8k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 8192
		using random I/O (alignment: 8192)
		number of outstanding I/O operations: 16
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.00s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   3.23%|   0.49%|    2.73%|  96.77%
   1|   1.69%|   0.21%|    1.48%|  98.31%
-------------------------------------------
avg.|   2.46%|   0.35%|    2.11%|  97.54%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       192716800 |        23525 |       3.06 |     392.08 |   40.877 |    88.707 | test.dat (10240MB)
     1 |       189022208 |        23074 |       3.00 |     384.56 |   41.668 |    89.210 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         381739008 |        46599 |       6.07 |     776.64 |   41.269 |    88.957

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       153780224 |        18772 |       2.44 |     312.86 |   38.922 |    78.088 | test.dat (10240MB)
     1 |       150601728 |        18384 |       2.39 |     306.39 |   39.945 |    79.216 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         304381952 |        37156 |       4.84 |     619.26 |   39.428 |    78.650

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        38936576 |         4753 |       0.62 |      79.22 |   48.601 |   121.611 | test.dat (10240MB)
     1 |        38420480 |         4690 |       0.61 |      78.17 |   48.422 |   120.413 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:          77357056 |         9443 |       1.23 |     157.38 |   48.512 |   121.018


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.036 |      0.046 |      0.036
   25th |      0.160 |      0.170 |      0.164
   50th |     12.544 |      0.465 |      9.555
   75th |     34.365 |     12.123 |     32.737
   90th |    113.730 |    182.509 |    132.090
   95th |    203.989 |    301.764 |    217.271
   99th |    391.902 |    603.247 |    453.316
3-nines |    647.155 |    983.020 |    752.879
4-nines |    752.879 |   1111.381 |   1054.339
5-nines |    799.107 |   1111.381 |   1111.381
6-nines |    799.107 |   1111.381 |   1111.381
7-nines |    799.107 |   1111.381 |   1111.381
8-nines |    799.107 |   1111.381 |   1111.381
9-nines |    799.107 |   1111.381 |   1111.381
    max |    799.107 |   1111.381 |   1111.381
